home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / jam / jamdisk1 / cursor / examples / link / compile.bat next >
Encoding:
DOS Batch File  |  1995-03-18  |  160 b   |  7 lines

  1. cursor IsPrime.bas
  2. cc -c PrimeTest.c
  3. blink IsPrime.o PrimeTest.o LIB ZC:Lib/ZC.lib TO IsPrime NODEBUG
  4. delete IsPrime.o
  5. delete PrimeTest.o
  6. protect IsPrime prwed
  7.